HOW to make new levels ?

open levels.lev in the /Res directory

You can see a first number, this is the total number of levels
so if you add a new one try to remind to increment this number !!

next you can see lines: each one correspond to a level.

The first number is the number of blues (attractives) planets
the second number is the number of red planets (repulsives)
the third number is the number of  walls.
the last one is a boolean:
	1 -> SIMPLE MODE: you can't access to BUILD MODE
	0 -> you can move planets throught BUILD MODE

next:
Xposition Yposition of the Black Hole (purple) that is to say the escape !!

NEXT and IN ORDER (remind this !!) you have to put positions of stuff you choose:

IF YOU CHOOSE SIMPLE MODE ONLY !!!!
	first: Xposition Yposition of BLUE planets (IF THERE ARE)
	second: Xposition Yposition of RED planets (IF THERE ARE)

NEXT and WHATEVER MODE YOU CHOOSE

Xposition Yposition Xlong Ylong of wall (IF THERE ARE)

EXAMPLE:

1 1 1 1 450 136 250 122 320 136 400 20 20 20

in this level in SIMPLE MODE there is a blue planet (250,122)
a red one (320,136) and a square wall of 20 pixels -> upper right corner (400,20)
and the exit is in (450,136)